CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sobel matlab

搜索资源列表

  1. line_sobel

    1下载:
  2. Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:618
    • 提供者:mayan
  1. sobeledgedetection

    0下载:
  2. Sobel Edge Dectection figure
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:770929
    • 提供者:gyanendra
  1. Project

    0下载:
  2. it is a image processing project which can find special and certain object with certain shapes in the images. it obtain the P and S for each object and compare P/S ratio to template image and object. Sobel use for P and finding edges and Labeling a
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:10882
    • 提供者:Mohammadali
  1. sobel_eml

    0下载:
  2. 基于MATLAB的边缘检测程序。可以实现SOBEL等经典算法。-MATLAB-based edge detection procedure. Can be achieved, such as the classic algorithm SOBEL.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:28298
    • 提供者:臧超
  1. EdgeDetection

    0下载:
  2. 四种算子(sobel,prewitt,roberts,marr)进行图像边缘检测的matlab源码.-Operators of four (sobel, prewitt, roberts, marr) image edge detection matlab source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:48773
    • 提供者:refinebin
  1. edgeCheck

    0下载:
  2. 边缘检测的源代码。包括sobel prewitt roberts marr canny的。值得下载!-The source code for edge detection. Including sobel prewitt roberts marr canny' s. Worth downloading!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1683
    • 提供者:Mark Li
  1. r_cvsobel_matlab

    0下载:
  2. Code for extracting sobel edge based on Intel s OpenCV library. Result of this is compatible with MATLAB sobel function. Parameters are set such as doing so.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:936
    • 提供者:rasoul nasiri
  1. sobelfilter

    0下载:
  2. this the source of sobel filter -this is the source of sobel filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1163
    • 提供者:elaheh
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. sob

    0下载:
  2. sobel算子和一般灰色关联度结合 对gaussian噪声滤波-sobel operator and the general gray relational grade combined with gaussian noise filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3968
    • 提供者:yang
  1. filterSobel

    0下载:
  2. sobel filter for image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:631515
    • 提供者:Leila
  1. imageproc

    0下载:
  2. Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering image sharpening with the Laplac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:815
    • 提供者:tony
  1. 0houghtoedge

    0下载:
  2. 可以检测图像中圆和直线的信息,有利于初学者使用学习。-Edge detection has played an important role in the field of computer vision. A parametric edge detection method based on recursive mean-separate image decomposition is introduced. A method for automatic parameter selection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:13415
    • 提供者:力量
  1. meiwenlan2

    0下载:
  2. 车牌识别,采用sobel算子对车牌提取边缘,从而得到车牌中的阿拉伯数字的号码,以些进行识别-License plate recognition, using sobel operator extracting the edge of the plate to get license plate numbers in Arabic numerals in order to identify those
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:1553
    • 提供者:lily
  1. Sobel_Operator

    0下载:
  2. Implementation of Sobel Operator in Matlab for Image Processing Applications
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:595
    • 提供者:Rizwan
  1. edge_detectation

    0下载:
  2. Sobel and laplace in matlab, for corner detecting.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:598
    • 提供者:yl
  1. Sobel

    0下载:
  2. 使用matlab来对图像进行边缘检测的方法之一,便于在此基础上进行其他的功能的实现-Using matlab to the image edge detection methods, to facilitate this function based on the realization of other
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:62728
    • 提供者:ying
  1. DIP_Exercise4_071221057

    1下载:
  2. 实验内容 编制一个通用的边缘提取函数; 通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 -The content of the preparation of a common experimental edge detection function by entering different parameters, to achieve Sobel operator, Prewitt operator, Rob
  3. 所属分类:Special Effects

    • 发布日期:2015-06-05
    • 文件大小:318836
    • 提供者:lyp
  1. MedicalImageSegmentation

    0下载:
  2. 医学图像分割的实验报告(包含源程序),主要内容包括:不同算子(Sobel、Prewitt、Roberts、Laplacian)的边缘提取效果分析;阈值分割;以及watershed方法的分割讨论。-The implementation and discussion for fundamental medical image segmentation algorithms, including edge extracting algorithm, thresholding methods and w
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:613966
    • 提供者:nancy
  1. gaussiansobel

    0下载:
  2. guassian sobel filter for image processing
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1087
    • 提供者:waqar
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com